.border-radius (@radiusTopLeft:0px,@radiusTopRight:0px,@radiusBottomRight:0px,@radiusBottomLeft:0px) { border-radius: @radiusTopLeft @radiusTopRight @radiusBottomRight @radiusBottomLeft; -moz-border-radius: @radiusTopLeft @radiusTopRight @radiusBottomRight @radiusBottomLeft; -webkit-border-radius:@radiusTopLeft @radiusTopRight @radiusBottomRight @radiusBottomLeft; } /*----------Remove Tab styling---------------*/ .tabShadow #tabs ul.ui-tabs-nav{ display:none; } .tabShadow{ height:auto!important; } .ui-tabs{ padding:0; } .ui-corner-all{ border-radius:0px; } .ui-widget-content{ background:none; border:none; } /***********************/ .paperHeader { display:none; } #determinationIntro{ h1{ border-bottom: 3px solid #000000; clear: both; color: #000000; font-size: 26px; font-weight: 700; line-height: normal; margin: 10px 0; text-align: left; } } .determinationHeader{ color:#CE2031; font-size:16px } .toDoHeader{ background:#e4e4e4; color:#333; border-top:1px solid #ccc; border-bottom:1px solid #ccc; .rowHeader{ padding:15px 1%; font-weight:700; } } .toDoItemRow{ border-bottom:1px solid #ccc; .span4{ padding:2% 1%; } .completed{ font-weight:700; float:right; } } .toDoHeader{ .completed.span4{ float:right; } } .toDoItemRow.noteFieldRow{ border-bottom:none; } .noteFieldRow .status{ margin:4% 0% 2%; padding:3% 5%; background-color:#FFFF66; color:#000; } .noteFieldTitle{ font-size:20px; border-bottom:3px solid #000000; line-height:normal; font-weight:700; margin-bottom:15px; } .itemPhoneHead{ border: medium none; color: #7D7D7D; display: block; font-size: 0.6em; font-weight: 700; text-transform: uppercase; } .statusHeadDividers{ color: #CE2031; font-weight: 700; text-align: left; padding:15px 1%; font-size:26px; border-bottom:3px solid #000; } #noteField a{ display:list-item; list-style:square; margin-left:15px; } #noteField .secondNoteSentence, #noteField .firstNoteSentence{ padding-bottom:10px; font-weight:700; } /*-------Descision Details-----------*/ h2.determination.determinationHeader{ display:none; } .determinationLabel{ border-top:1px dotted; padding:5px 0 5px; font-weight:700; } .determinationValue { padding:8px 0 5px; color:#7D7D7D; font-weight:700; } .determinationMessage .dMessage{ background:#FFFF66; padding:15px; margin:10px 0; } .determinationMessage .dMessage p{ margin: 0; } .sports .span12{ border-bottom: 3px solid #000000; clear: both; color: #000000; font-size: 22px; font-weight: 700; line-height: normal; margin: 15px 0 10px; text-align: left; padding-left:2px; padding-top:10px; } .academic>.academicDiv>.determinationRow:first-child>.determinationLabel{ border-top:none!important; } .academicDetails .span12{ border-bottom: 3px solid #000000; clear: both; color: #000000; font-size: 18px; font-weight: 700; line-height: normal; margin: 15px 0 10px; text-align: left; padding-left:2px; padding-top:10px } .hourRuleSection .determinationLabel, .exceptionSection .determinationLabel, .furtherDetails .determinationLabel{ font-weight:normal; border-top:none; } .datePosted, .datePostedValue, .sportsLeadIns .determinationLabel{ border-top:none; } .determinationNotes{ padding:3% 5%; background-color:#FFFF66; margin-top:25px; color:#000; hr{ display:none; } .notesTitle{ font-size:26px; border-bottom:3px solid #000000; line-height:normal; font-weight:700; } ul{ margin-top:20px; list-style:square; margin-left:5%; li{ padding:10px 3px; font-weight:700; } } } .hideOnResponsive{ display:none; } #togglePreviousButton{ border: 2px solid #004990; color: #004990; float: left; font-weight: 700; list-style: none outside none; margin: 20px -2px 20px 0; padding: 0.65em; min-width:0px; width: auto; background:none; .border-radius(); } /*******Decision Detail bootstrap css overide*********/ .row-fluid .span6.determinationLabel { float:left; width: 48.9362%; margin-left:0 } .row-fluid .span6.determinationValue { float:left; width: 48.9362%; margin-left:2.12766% } .row-fluid .span5.determinationLabel { float:left; width: 40.0552%; margin-left:8.51064%; } /********to do list roll up**************/ .rollup{ //display:none; } span.rollupbutton { background-image: url("/images_web/parts/rollup-down.png"); background-position: right center; background-repeat: no-repeat; cursor: pointer; float: right; height: 1em; min-width: 1em; } .rollupbutton.up { background-image: url("/images_web/parts/rollup-up.png"); } .rollupbutton.down { background-image: url("/images_web/parts/rollup-down.png"); } .psaCaseStatusNotice { background: #F4F4F4; padding: 10px; margin: 10px 0; font-size: 12px; font-weight: normal; color: #333; line-height: normal; }